Skip to content

Releases: InfuseAI/ArtiVC

v0.11.0

07 Feb 07:08
76a47f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

17 Jun 15:09
0aa4c68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

18 Apr 02:01
02e51e8
Compare
Choose a tag to compare

Document

  • New logo!
  • New cheatsheet

Enhancement

  • Reduce binary size. (#39, Thanks to @hSATAC )
  • Support testing in multiple go version (#40 #41, Thanks to @appleboy)
  • refactor(error): remove unnecessary code. (#44, Thanks to @appleboy)
  • refactor: Error return value must be checked. (#43, Thanks to @appleboy)

v0.8.0

12 Apr 09:59
6895c74
Compare
Choose a tag to compare

New Features

  • New backend: Google Cloud Storage
  • New backend: Azure Blob Storage

Improvements

  • Backend: SSH Redesign the SSH backend. Use only one SSH connection with SFTP protocol to transfer data.

v0.7.0

31 Mar 02:06
Compare
Choose a tag to compare

New Feature

  • New repository: SSH: Now, you can snapshot your data from local filesystem to a remote filesystem through the SSH repository. Learn more
  • Add symbolic support: The symbolic links in the workspace can be also versioned as the regular files.
  • Add file permission mode support: The permission mode of file is also kept in the commit.
  • debug flag: You can use avc --debug <subcommand> to see the debug message.

Others

v0.6.0

23 Mar 06:07
fcc136a
Compare
Choose a tag to compare

Breaking changes

  • Rename the repository name. From ArtiV to ArtiVC
  • The executable binary changes from art to avc

New Features

  • Support rclone repository
  • Support partial download

Enhancement

  • Don't upload same content if multiple files contain the same content.
  • Fix the progress does not show when uploading big files to s3

Document

  • Add benchmark page

v0.5.1

18 Mar 06:57
c7948ce
Compare
Choose a tag to compare

Bug fixes

  • Fix cross-device link error when art get to mounted device.

v0.5.0

15 Mar 09:52
963be14
Compare
Choose a tag to compare

New Feature

  • Atomic download
  • Add art clone command
  • Add art status command

Feature Change

  • Remove git pull --merge and git pull --sync. Add git pull --delete

Others

  • New doc site

v0.4.1

11 Mar 03:35
c74e3d2
Compare
Choose a tag to compare

Enhancement

  • Support atomic download
  • Support atomic upload for local repo
  • Support relative path for local repo

v0.4.0

08 Mar 08:09
Compare
Choose a tag to compare

New Features

  • Homebrew support
  • Show transfer speed when uploading or downloading
  • Support .artignore